lttng-modules-dkms software package provides Linux Trace Toolkit (LTTng) kernel modules (DKMS), you can install in your Ubuntu 14.04 LTS (Trusty Tahr) by running the commands given below on the terminal,
$ sudo apt-get update $ sudo apt-get install lttng-modules-dkms
lttng-modules-dkms is installed in your system.
Make ensure the lttng-modules-dkms package were installed using the commands given below,
$ sudo dpkg-query -l | grep lttng-modules-dkms *
You will get with lttng-modules-dkms package name, version, architecture and description in a table
| Distro | Ubuntu 14 04 lts trusty tahr |
| Section | Miscellaneous |
| Package | lttng-modules-dkms |
| Version | 2.4.0-1ubuntu1 |
| Description | Linux Trace Toolkit (LTTng) kernel modules (DKMS) |
| Sub Section | misc |